home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 May / Disc 2 / PCU0503CD2.iso / Crystal / 3rdparty / JavaVM / Plug-in / jplugin.exe / rt.jar / java / rmi / server / SkeletonMismatchException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-04-16  |  317 b   |  10 lines

  1. package java.rmi.server;
  2.  
  3. import java.rmi.RemoteException;
  4.  
  5. public class SkeletonMismatchException extends RemoteException {
  6.    public SkeletonMismatchException(String var1) {
  7.       super(var1);
  8.    }
  9. }
  10.